gtkstack: remove needless queue_resize
authorMatt Watson <mattdangerw@gmail.com>
Thu, 10 Dec 2015 23:50:25 +0000 (15:50 -0800)
committerJasper St. Pierre <jstpierre@mecheye.net>
Fri, 11 Dec 2015 00:51:29 +0000 (16:51 -0800)
commitae487840f005f2cdc80f8bd5b8e5fe60e5a37a27
tree437364c5e2aff452b3a25d01192afa67a0852fb2
parent67125ae4e0fc404eb33eaced49888828c8348453
gtkstack: remove needless queue_resize

In gtk_stack_set_transition_position we should only need to
queue_resize if we are non-homogeneous, which is already done
earlier in the function.
gtk/gtkstack.c